-
Notifications
You must be signed in to change notification settings - Fork 13
Static version #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: static_version
Are you sure you want to change the base?
Conversation
|
@jdavies-st is this all that is needed to undo the dynamic versioning? |
jdavies-st
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. You'll also want to remove setuptools_scm as a build dependency under [build-system] requires in pyproject.toml.
And a minor nit below to not use bare excepts in try/except blocks.
|
Oh, and I tested these changes on the package I made from the template last Friday, and it works like a charm. 🚀 |
Co-authored-by: James Davies <[email protected]>
|
@jdavies-st is this better? |
|
Add a blank line before |
Creating a branch with static versioning.